Version

ExecuteWrapperAction<T1> Method

Create an instance of a given wrapper class and execute a given action on it.
Syntax
'Declaration
 
Protected Function ExecuteWrapperAction(Of T1)( _
   ByVal wrapperAction As System.Action(Of T1), _
   ByVal param As System.Object _
) As TOut
protected TOut ExecuteWrapperAction<T1>( 
   System.Action<T1> wrapperAction,
   System.object param
)

Parameters

wrapperAction
Action to be executed.
param
Param to be passed to wrapper constructor.

Type Parameters

T1
Type of the wrapper.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub